Conversation
Signed-off-by: Hemil Desai <hemild@nvidia.com>
| from nemo_run.cli import experiment as experiment_cli | ||
| from nemo_run.cli.cli_parser import parse_cli_args, parse_factory | ||
| from nemo_run.cli.config import ConfigSerializer | ||
| from nemo_run.cli.lazy import LazyEntrypoint |
Check notice
Code scanning / CodeQL
Cyclic import Note
Copilot Autofix
AI 10 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
|
|
||
| from omegaconf import OmegaConf | ||
|
|
||
| from nemo_run.cli.config import ConfigSerializer |
Check notice
Code scanning / CodeQL
Cyclic import Note
Copilot Autofix
AI 10 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
| from typer.testing import CliRunner | ||
|
|
||
| import nemo_run as run | ||
| import nemo_run.cli.cli_parser # Import the module to mock its function |
Check notice
Code scanning / CodeQL
Unused import Note test
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 10 months ago
To fix the issue, the unused import statement import nemo_run.cli.cli_parser on line 31 should be removed. This will eliminate the unnecessary dependency and improve code readability. No additional changes are required, as the removal of this import does not affect the functionality of the code.
| @@ -30,3 +30,3 @@ | ||
| import nemo_run as run | ||
| import nemo_run.cli.cli_parser # Import the module to mock its function | ||
|
|
||
| from nemo_run import cli, config |
|
This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days. |
|
This PR was closed because it has been inactive for 7 days since being marked as stale. |
No description provided.